interrupt number造句
例句与造句
- On the 8086 / 8088, the interrupt controller will provide an interrupt number on the data bus when an interrupt occurs.
- instruction that triggers a software interrupt, and 13 hex is the interrupt number ( as a hexadecimal value ) being called.
- Typically each added expansion card requires many jumpers in order to set memory addresses, I / O addresses, interrupt priorities, and interrupt numbers.
- The messages are broken into categories, each with its own interrupt number, and most categories contain sub-categories, called " functions " and identified by " function numbers ".
- Depending on the context, compiler, or assembler, a software interrupt number is often given as a hexadecimal value, sometimes with a prefix " 0x " or the suffix " h ".
- It's difficult to find interrupt number in a sentence. 用interrupt number造句挺难的
- In general, the BIOS services corresponding to each interrupt number operate independently of each other, but the functions within one interrupt service are handled by the same BIOS program and are not independent . ( This last point is relevant to reentrancy .)
- When a device triggers an interrupt, the interrupt flag ( IF ) in the flags register is set and the processor's hardware looks for an interrupt handler in the table entry corresponding to the interrupt number, or IRQ . Interrupt handlers usually save the state of all or some registers before handling it and restore the registers when done.
- A BIOS client passes most information to BIOS in CPU registers, and receives most information back the same way, but data too large to fit in registers, such as tables of control parameters or disk sector data for disk transfers, is passed by allocating a buffer ( i . e . some space ) in memory and passing the address of the buffer in registers . ( Sometimes multiple addresses of data items in memory may be passed in a data structure in memory, with the address of that structure passed to BIOS in registers . ) The interrupt number is specified as the parameter of the software interrupt instruction ( in Intel assembly language, an " INT " instruction ), and the function number is specified in the AH register; that is, the caller sets the AH register to the number of the desired function.